home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / Chip_2004-04_cd1.bin / software / avi / aviconverter.exe / {sys} / libmcl-3.1.1.dll / RCDATA / TFRMDLGMPG / TFRMDLGMPG.txt
Encoding:
Text File  |  2003-10-17  |  6.2 KB  |  277 lines

  1. object frmDlgMPG: TfrmDlgMPG
  2.   Left = 328
  3.   Top = 130
  4.   BorderStyle = bsDialog
  5.   ClientHeight = 398
  6.   ClientWidth = 272
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object boxDataRate: TGroupBox
  16.     Left = 9
  17.     Top = 91
  18.     Width = 252
  19.     Height = 190
  20.     Caption = 'Bit Rate'
  21.     Font.Charset = DEFAULT_CHARSET
  22.     Font.Color = clWindowText
  23.     Font.Height = -11
  24.     Font.Name = 'MS Sans Serif'
  25.     Font.Style = [fsBold]
  26.     ParentFont = False
  27.     TabOrder = 1
  28.     object labBitRate: TLabel
  29.       Left = 37
  30.       Top = 105
  31.       Width = 33
  32.       Height = 13
  33.       Caption = 'Bit rate'
  34.       Font.Charset = DEFAULT_CHARSET
  35.       Font.Color = clWindowText
  36.       Font.Height = -11
  37.       Font.Name = 'MS Sans Serif'
  38.       Font.Style = []
  39.       ParentFont = False
  40.     end
  41.     object labMaxRate: TLabel
  42.       Left = 37
  43.       Top = 130
  44.       Width = 20
  45.       Height = 13
  46.       Caption = 'Max'
  47.       Font.Charset = DEFAULT_CHARSET
  48.       Font.Color = clWindowText
  49.       Font.Height = -11
  50.       Font.Name = 'MS Sans Serif'
  51.       Font.Style = []
  52.       ParentFont = False
  53.     end
  54.     object labMinRate: TLabel
  55.       Left = 37
  56.       Top = 155
  57.       Width = 17
  58.       Height = 13
  59.       Caption = 'Min'
  60.       Font.Charset = DEFAULT_CHARSET
  61.       Font.Color = clWindowText
  62.       Font.Height = -11
  63.       Font.Name = 'MS Sans Serif'
  64.       Font.Style = []
  65.       ParentFont = False
  66.     end
  67.     object btnDataRates: TButton
  68.       Left = 15
  69.       Top = 22
  70.       Width = 72
  71.       Height = 21
  72.       Caption = 'Select...'
  73.       Font.Charset = DEFAULT_CHARSET
  74.       Font.Color = clBlack
  75.       Font.Height = -11
  76.       Font.Name = 'MS Sans Serif'
  77.       Font.Style = []
  78.       ParentFont = False
  79.       TabOrder = 0
  80.       OnClick = btnDataRatesClick
  81.     end
  82.     object radCBR: TRadioButton
  83.       Left = 15
  84.       Top = 56
  85.       Width = 131
  86.       Height = 17
  87.       Caption = 'CBR - Constant bit rate'
  88.       Color = clBtnFace
  89.       Font.Charset = DEFAULT_CHARSET
  90.       Font.Color = clWindowText
  91.       Font.Height = -11
  92.       Font.Name = 'MS Sans Serif'
  93.       Font.Style = []
  94.       ParentColor = False
  95.       ParentFont = False
  96.       TabOrder = 1
  97.     end
  98.     object radVBR: TRadioButton
  99.       Left = 15
  100.       Top = 80
  101.       Width = 131
  102.       Height = 17
  103.       Caption = 'VBR - Variable bit rate'
  104.       Color = clBtnFace
  105.       Font.Charset = DEFAULT_CHARSET
  106.       Font.Color = clWindowText
  107.       Font.Height = -11
  108.       Font.Name = 'MS Sans Serif'
  109.       Font.Style = []
  110.       ParentColor = False
  111.       ParentFont = False
  112.       TabOrder = 2
  113.     end
  114.     object edBitRate: TEdit
  115.       Left = 96
  116.       Top = 102
  117.       Width = 72
  118.       Height = 21
  119.       Font.Charset = DEFAULT_CHARSET
  120.       Font.Color = clWindowText
  121.       Font.Height = -11
  122.       Font.Name = 'MS Sans Serif'
  123.       Font.Style = []
  124.       ParentFont = False
  125.       TabOrder = 3
  126.     end
  127.     object edMaxRate: TEdit
  128.       Left = 96
  129.       Top = 127
  130.       Width = 72
  131.       Height = 21
  132.       Font.Charset = DEFAULT_CHARSET
  133.       Font.Color = clWindowText
  134.       Font.Height = -11
  135.       Font.Name = 'MS Sans Serif'
  136.       Font.Style = []
  137.       ParentFont = False
  138.       TabOrder = 4
  139.     end
  140.     object edMinRate: TEdit
  141.       Left = 96
  142.       Top = 152
  143.       Width = 72
  144.       Height = 21
  145.       Font.Charset = DEFAULT_CHARSET
  146.       Font.Color = clWindowText
  147.       Font.Height = -11
  148.       Font.Name = 'MS Sans Serif'
  149.       Font.Style = []
  150.       ParentFont = False
  151.       TabOrder = 5
  152.     end
  153.   end
  154.   object btnOK: TBitBtn
  155.     Left = 89
  156.     Top = 359
  157.     Width = 84
  158.     Height = 28
  159.     Caption = 'OK'
  160.     Default = True
  161.     Font.Charset = DEFAULT_CHARSET
  162.     Font.Color = clBlack
  163.     Font.Height = -11
  164.     Font.Name = 'MS Sans Serif'
  165.     Font.Style = []
  166.     ModalResult = 1
  167.     ParentFont = False
  168.     TabOrder = 3
  169.     NumGlyphs = 4
  170.   end
  171.   object btnCancel: TBitBtn
  172.     Left = 173
  173.     Top = 359
  174.     Width = 84
  175.     Height = 28
  176.     Cancel = True
  177.     Caption = 'Cancel'
  178.     Font.Charset = DEFAULT_CHARSET
  179.     Font.Color = clBlack
  180.     Font.Height = -11
  181.     Font.Name = 'MS Sans Serif'
  182.     Font.Style = []
  183.     ModalResult = 2
  184.     ParentFont = False
  185.     TabOrder = 4
  186.     NumGlyphs = 4
  187.   end
  188.   object boxFormat: TGroupBox
  189.     Left = 9
  190.     Top = 6
  191.     Width = 252
  192.     Height = 80
  193.     Caption = 'Codec'
  194.     Font.Charset = DEFAULT_CHARSET
  195.     Font.Color = clWindowText
  196.     Font.Height = -11
  197.     Font.Name = 'MS Sans Serif'
  198.     Font.Style = [fsBold]
  199.     ParentFont = False
  200.     TabOrder = 0
  201.     object lstFormat: TComboBox
  202.       Left = 15
  203.       Top = 23
  204.       Width = 221
  205.       Height = 21
  206.       Style = csDropDownList
  207.       Font.Charset = DEFAULT_CHARSET
  208.       Font.Color = clWindowText
  209.       Font.Height = -11
  210.       Font.Name = 'MS Sans Serif'
  211.       Font.Style = []
  212.       ItemHeight = 13
  213.       ParentFont = False
  214.       TabOrder = 0
  215.       OnChange = lstFormatChange
  216.     end
  217.     object chkHiQ: TCheckBox
  218.       Left = 16
  219.       Top = 52
  220.       Width = 166
  221.       Height = 17
  222.       Caption = 'High quality and compatibility'
  223.       Color = clBtnFace
  224.       Font.Charset = DEFAULT_CHARSET
  225.       Font.Color = clWindowText
  226.       Font.Height = -11
  227.       Font.Name = 'MS Sans Serif'
  228.       Font.Style = []
  229.       ParentColor = False
  230.       ParentFont = False
  231.       TabOrder = 1
  232.     end
  233.   end
  234.   object boxAspect: TGroupBox
  235.     Left = 9
  236.     Top = 286
  237.     Width = 252
  238.     Height = 60
  239.     Caption = 'Aspect Ratio'
  240.     Font.Charset = DEFAULT_CHARSET
  241.     Font.Color = clWindowText
  242.     Font.Height = -11
  243.     Font.Name = 'MS Sans Serif'
  244.     Font.Style = [fsBold]
  245.     ParentFont = False
  246.     TabOrder = 2
  247.     object labAspectRatio: TLabel
  248.       Left = 97
  249.       Top = 29
  250.       Width = 26
  251.       Height = 13
  252.       Caption = '(ratio)'
  253.       Font.Charset = DEFAULT_CHARSET
  254.       Font.Color = clWindowText
  255.       Font.Height = -11
  256.       Font.Name = 'MS Sans Serif'
  257.       Font.Style = []
  258.       ParentFont = False
  259.     end
  260.     object btnAspect: TButton
  261.       Left = 15
  262.       Top = 25
  263.       Width = 72
  264.       Height = 21
  265.       Caption = 'Select...'
  266.       Font.Charset = DEFAULT_CHARSET
  267.       Font.Color = clBlack
  268.       Font.Height = -11
  269.       Font.Name = 'MS Sans Serif'
  270.       Font.Style = []
  271.       ParentFont = False
  272.       TabOrder = 0
  273.       OnClick = btnAspectClick
  274.     end
  275.   end
  276. end
  277.